Telegram Group & Telegram Channel
🌟اسکریپت Lua برای ماژول فرستنده nodemcu

uart.setup(1, 115200, 8, uart.PARITY_NONE, uart.STOPBITS_1, 1) — setup UART1 i.e. pin GPIO2

while true do —send string per second continuously

uart.write(1, "Hello friend\n")
tmr.delay(1000000)
end

🌟اسکریپت Lua برای ماژول گیرنده nodemcu

—callback on receiver data
uart.on("data","\n",function(data) print("receive from uart:", data) end, 0)

@micropython_iot
@raspberry_python
@raspberryproject



tg-me.com/micropython_iot/48
Create:
Last Update:

🌟اسکریپت Lua برای ماژول فرستنده nodemcu

uart.setup(1, 115200, 8, uart.PARITY_NONE, uart.STOPBITS_1, 1) — setup UART1 i.e. pin GPIO2

while true do —send string per second continuously

uart.write(1, "Hello friend\n")
tmr.delay(1000000)
end

🌟اسکریپت Lua برای ماژول گیرنده nodemcu

—callback on receiver data
uart.on("data","\n",function(data) print("receive from uart:", data) end, 0)

@micropython_iot
@raspberry_python
@raspberryproject

BY Micropython & IOT


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/micropython_iot/48

View MORE
Open in Telegram


Micropython & IOT Telegram | DID YOU KNOW?

Date: |

Unlimited members in Telegram group now

Telegram has made it easier for its users to communicate, as it has introduced a feature that allows more than 200,000 users in a group chat. However, if the users in a group chat move past 200,000, it changes into "Broadcast Group", but the feature comes with a restriction. Groups with close to 200k members can be converted to a Broadcast Group that allows unlimited members. Only admins can post in Broadcast Groups, but everyone can read along and participate in group Voice Chats," Telegram added.

The S&P 500 slumped 1.8% on Monday and Tuesday, thanks to China Evergrande, the Chinese property company that looks like it is ready to default on its more-than $300 billion in debt. Cries of the next Lehman Brothers—or maybe the next Silverado?—echoed through the canyons of Wall Street as investors prepared for the worst.

Micropython & IOT from ms


Telegram Micropython & IOT
FROM USA